Package com.cisco.pt.ipc.sim.pdu
Interface LldpTlv_ChassisID
- All Known Implementing Classes:
LldpTlv_ChassisIDImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetChassisID(String chassisID) voidsetChassisIDSubType(LldpTLV_ChassisIDSubType chassisIDSubType) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.LldpTLV
getLldpLength, getLldpType, setLldpLength, setLldpTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getChassisIDSubType
LldpTLV_ChassisIDSubType getChassisIDSubType()- Returns:
- LldpTLV_ChassisIDSubType Returns a LldpTLV_ChassisIDSubType
-
setChassisIDSubType
- Parameters:
chassisIDSubType- Takes in a parameter of chassisIDSubType
-
getChassisID
String getChassisID()- Returns:
- String Returns a String
-
setChassisID
- Parameters:
chassisID- Takes in a parameter of chassisID
-